home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import "CardHolder.h"
- #import "CardView.h"
- #import <objc/List.h>
-
-
- // This object maintains an array of stack views. There is one stack for
- // each distance card type.
-
-
- @interface DistanceCardStackView:CardHolder
- {
-
- // Whenever the holder list is requested all
- // of the cards on the distance stack piles are
- // copied onto this list and the list returned.
- List *cards;
- }
-
- // This method creates five overlapping stack views to hold
- // the distenance cards and attaches them to itself.
- + newFrame:( const NXRect * )frameRect;
- - free;
- // Overrides the superclass methods.
- - addCard:( CardView * )aCard :sender;
- - removeCard:( CardView * )aCard :sender;
- - sendCard:( CardView * )aCard to:anObject;
- - sendAllCardsTo:anObject;
- - ( List * )holderList;
- - ( int )numCardTypeInHolder:( int )aCardTag;
- - ( int )numSafetiesInHolder;
-
-
- @end
-